Skip to content

feature : support rocksdb in filemode - #8149

Open
LegendPei wants to merge 30 commits into
apache:2.xfrom
LegendPei:feat/support-rocksdb-in-filemode
Open

feature : support rocksdb in filemode#8149
LegendPei wants to merge 30 commits into
apache:2.xfrom
LegendPei:feat/support-rocksdb-in-filemode

Conversation

@LegendPei

Copy link
Copy Markdown
Contributor

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes #8114

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

It's not finished yet. I am currently in phase 4

plan: #8126

LegendPei added 26 commits June 3, 2026 17:03
@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 54.16667% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.25%. Comparing base (dbea185) to head (aa525d4).

Files with missing lines Patch % Lines
...ot/autoconfigure/loader/SeataPropertiesLoader.java 12.50% 7 Missing ⚠️
...erver/console/entity/param/GlobalSessionParam.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #8149      +/-   ##
============================================
- Coverage     73.25%   73.25%   -0.01%     
- Complexity     1146     1148       +2     
============================================
  Files          1153     1153              
  Lines         42348    42368      +20     
  Branches       5061     5063       +2     
============================================
+ Hits          31022    31035      +13     
- Misses         8845     8852       +7     
  Partials       2481     2481              
Files with missing lines Coverage Δ
...ava/org/apache/seata/common/ConfigurationKeys.java 0.00% <ø> (ø)
...n/java/org/apache/seata/common/store/LockMode.java 94.11% <100.00%> (+0.36%) ⬆️
...ta/spring/boot/autoconfigure/StarterConstants.java 100.00% <ø> (ø)
...configure/SeataServerEnvironmentPostProcessor.java 100.00% <100.00%> (ø)
...e/properties/server/store/StoreFileProperties.java 100.00% <100.00%> (ø)
...erver/console/entity/param/GlobalSessionParam.java 0.00% <0.00%> (ø)
...ot/autoconfigure/loader/SeataPropertiesLoader.java 54.54% <12.50%> (-8.62%) ⬇️

... and 3 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@LegendPei
LegendPei marked this pull request as ready for review August 20, 2026 14:19
Add production configuration controls, diagnostics, maintenance foundations, snapshot support, and benchmark coverage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support RocksDB storage engine in File mode

1 participant